home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / y2k_tetr.swf / scripts / DefineButton2_169 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  134 b   |  9 lines

  1. on(release){
  2.    trlines11 += "1";
  3.    if("15" < trlines11)
  4.    {
  5.       trlines11 -= "1";
  6.    }
  7.    set("..:trlines",trlines11);
  8. }
  9.